home *** CD-ROM | disk | FTP | other *** search
/ 10 jaar 1990-2000 / 10 JAAR HVB.bin / data / 18-1 / LW2.BAT < prev    next >
Encoding:
DOS Batch File  |  1997-07-22  |  182 b   |  11 lines

  1. @echo off
  2. cls
  3. md c:\hvb_tmp > NUL:
  4. prepare lw2 /p
  5. pkunzip -o lw2.zip c:\hvb_tmp > NUL:
  6. call c:\hvb_tmp\hvb_go.bat
  7. del c:\hvb_tmp\*.* < Y > NUL:
  8. rd c:\hvb_tmp
  9. @echo off
  10. cls
  11.